home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / misc-part1 / 5125 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  2.2 KB

  1. Path: cs.uwa.edu.au!jasonb
  2. From: jasonb@cs.uwa.edu.au (Jason S Birch)
  3. Newsgroups: comp.sys.amiga.misc
  4. Subject: Re: MUI 3.2
  5. Date: 9 Feb 96 08:44:37 GMT
  6. Organization: The University of Western Australia
  7. Message-ID: <jasonb.823855477@cs.uwa.edu.au>
  8. References: <00015b80@ai.inka.de>  <68771420@0humpty.tomate.tng.oche.de>
  9. NNTP-Posting-Host: decadence.cs.uwa.oz.au
  10. X-Newsreader: NN version 6.5.0 #3 (NOV)
  11.  
  12. humpty@TOMATE.TNG.OCHE.DE (Andreas Mixich) writes:
  13. >need to want to configure my GUIs at all ?" I understand the concept of
  14. >ENV:/ENVARC: I understand that window positions are better stored in ENV:
  15. >But, why the Configs ? Why can't I have a MUI:Env/ for _Use and MUI:Envarc/
  16. >for _Save ?
  17.  
  18. Hmm... I'm not sure if this is exactly what you meant to say, but I
  19. think you've hit upon a good idea (except, perhaps, for floppy-only
  20. systems):
  21.  
  22. Currently the Use and Save functionality is provided by copying all of
  23. envarc: into env: at boot time, and the OS only ever looking for
  24. environment variables in env:. This means that saving an environment
  25. to env: ("Use") means it is only used for the current session, and
  26. saving an environment to envarc: ("Save") means it will be used until
  27. it is overwritten.
  28.  
  29. Now, if we could do this:
  30.  
  31. assign env: ram:env envarc:
  32.  
  33. during bootup, instead of:
  34.  
  35. copy envarc: ram:env
  36. assign env: ram:env
  37.  
  38. then we could get the same functionality *provided getenv searched
  39. both ram:env and then envarc:* without having to have a complete copy
  40. in RAM: *and* without doing the exhaustive copy at bootup.
  41.  
  42. Unfortunately, getenv won't search for environment variables in
  43. multiple dirs. :-(
  44.  
  45. If anyone was willing to patch the required functions to make this
  46. work, I think it would be rather cool. If it was added in a future
  47. version of the OS, people could still use the old way (if they
  48. preferred the speed) simply by using the second bootup option (ie. how
  49. it's done now).
  50.  
  51. >Ciao, Andreas
  52. >Internet: humpty@tomate.tng.oche.de
  53.  
  54. -- 
  55. Jason S Birch                        ,-_|\ email: jasonb@cs.uwa.edu.au
  56. Department of Computer Science      /     \ Tel (work): +61 9 380 1840
  57. The University of Western Australia *_.-._/ Fax (work): +61 9 380 1089
  58. Nedlands  W. Australia  6907             v  Tel (home): +61 9 386 8630
  59.